home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / REGSVR.PAK / REGSVR.RC < prev    next >
Text File  |  1997-05-06  |  3KB  |  85 lines

  1. //Microsoft Visual C++ generated resource script.
  2. //
  3. #include "resource.h"
  4.  
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #include "afxres.h"
  11.  
  12. /////////////////////////////////////////////////////////////////////////////
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14.  
  15. /////////////////////////////////////////////////////////////////////////////
  16. // English (U.S.) resources
  17.  
  18. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  19. #ifdef _WIN32
  20. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  21. #pragma code_page(1252)
  22. #endif //_WIN32
  23.  
  24. #ifdef APSTUDIO_INVOKED
  25. /////////////////////////////////////////////////////////////////////////////
  26. //
  27. // TEXTINCLUDE
  28. //
  29.  
  30. 1 TEXTINCLUDE DISCARDABLE 
  31. BEGIN
  32.     "resource.h\0"
  33. END
  34.  
  35. 2 TEXTINCLUDE DISCARDABLE 
  36. BEGIN
  37.     "#include ""afxres.h""\r\n"
  38.     "\0"
  39. END
  40.  
  41. 3 TEXTINCLUDE DISCARDABLE 
  42. BEGIN
  43.     "#include ""regsvr.rc2""\r\n"
  44.     "\0"
  45. END
  46.  
  47. #endif    // APSTUDIO_INVOKED
  48.  
  49.  
  50. /////////////////////////////////////////////////////////////////////////////
  51. //
  52. // String Table
  53. //
  54.  
  55. STRINGTABLE DISCARDABLE 
  56. BEGIN
  57.     IDS_USAGE               "\n\nUsage: regsvr32 [/u] [/s] dllname\n/u - Unregister server\n/s - Silent; display no message boxes\n/c - Console output"
  58.     IDS_UNRECOGNIZEDFLAG    "Unrecognized flag: %1"
  59.     IDS_EXTRAARGUMENT       "Extra argument on command line: %1"
  60.     IDS_NOPROJECT           "This command is only valid when an OLE Custom Control project is open."
  61.     IDS_NODLLNAME           "No DLL name specified."
  62.     IDS_OLEINITFAILED       "OleInitialize failed."
  63.     IDS_LOADLIBFAILED       "LoadLibrary(""%1"") failed.\nGetLastError returns %2."
  64.     IDS_NOTDLLOROCX         "%1 was loaded, but the %2 entry point was not found.\n\n%1 does not appear to be a .DLL or .OCX file."
  65.     IDS_NOENTRYPOINT        "%1 was loaded, but the %2 entry point was not found.\n\n%2 may not be exported, or a corrupt version of %1 may be in memory. Consider using PView to detect and remove it."
  66.     IDS_CALLFAILED          "%1 in %2 failed."
  67.     IDS_CALLSUCCEEDED       "%1 in %2 succeeded."
  68. END
  69.  
  70. #endif    // English (U.S.) resources
  71. /////////////////////////////////////////////////////////////////////////////
  72.  
  73.  
  74.  
  75. #ifndef APSTUDIO_INVOKED
  76. /////////////////////////////////////////////////////////////////////////////
  77. //
  78. // Generated from the TEXTINCLUDE 3 resource.
  79. //
  80. #include "regsvr.rc2"
  81.  
  82. /////////////////////////////////////////////////////////////////////////////
  83. #endif    // not APSTUDIO_INVOKED
  84.  
  85.